Gift Card Catalogue

The Gift Card Catalogue APIs give you access to all the information you need to display and sell our curated range of gift cards on your platform. You'll only have access to the gift cards you're set up to sell, ensuring a clean and relevant data feed for your customers.

The catalogue is organised into three main levels to help you navigate our product range: Categories, Programs, and Products.

Categories

A Category is a thematic or occasional group we've created to organise gift cards. You can use this to let your customers browse products by themes like "Birthday" or "Anniversary."

Use the Get CategoriesAPI to retrieve a list of all available categories.

curl --location 'https://pt-api.wpay.com.au/gifting/gcc/client/api/v1/catalogue/categories?pageSize=40' \
--header 'Content-Type: application/json' \
--header 'X-Correlation-Id: test-correlation-id' \
--header 'Bearer <JWT token>'

You can retrieve details for all Categories available with the purpose of displaying a filtered view of the gifting product range, grouped by themes and occasions.

{  
    "items": [  
        {  
            "categoryId": "35504dc9-3572-44ef-9bcb-828f78a82bea",  
            "name": "Anniversary",  
            "description": "Are you stuck for gift ideas of what to get your spouse for your wedding anniversary? Need some inspiration? Whether it be a traditional gift, thrilling adventure, romantic escapade, relaxing getaway or a new tech toy they’ve been wanting, you'll find it in our Anniversary Gift Card range. Let your loved one choose what they really want. It’s a win win with a Gift Card from our Anniversary range. Redeemable at your favourite brands Red Balloon, Adrenaline, Accor Hotels, Luxury Escapes, JB Hifi, Myer, Endota Spa, Flight Centre or Ticketmaster. Get gifting right this anniversary!",  
            "lastModificationTime": null  
        },  
        {  
            "categoryId": "dcc2df18-4d11-4663-af4a-687a9d12bcfe",  
            "name": "Birthday",  
            "description": "Looking for a birthday present and unsure what to buy? Celebrate a friend, family member, colleague or someone special with a gift from our great range of Birthday Gift Cards. Whether it be for a 13th, 18th, 21st, 50th or 80th birthday, we have you covered with an assortment of big brands like JB Hifi, Myer, Rebel, The Iconic, Red Balloon and more! The choices are endless. Take the stress out of gift shopping and choose something that they really want. You can add a personalised message and opt to get it delivered in minutes, you decide.",  
            "lastModificationTime": null  
        },  
        {  
            "categoryId": "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",  
            "name": "Car, Fuel and Tools",  
            "description": "Give the gift of convenience. Food, coffee and fuel on the go! Looking for something more? Auto spare parts and accessories, car batteries, air filters, coolants, garage equipment and more. With a combined retail network of over 800 locations, EG/Caltex and Supercheap Gift Cards can be redeemed in store or online. The ideal gift for the car enthusiast to deck out their garage and real mechanics alike. There’s everything you need for your workshop needs. Perfect gift for birthdays, Father’s Day, Christmas or that family member who has just moved out. Keep them moving with one of our leading brands in the Car, Fuel and Tools range.",  
            "lastModificationTime": null  
        },  
        {  
            "categoryId": "782c8470-cedb-4bb1-b620-3150df34afa0",  
            "name": "Christmas",  
            "description": "Christmas",  
            "lastModificationTime": null  
        },  
        {  
            "categoryId": "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",  
            "name": "Clothing, Accessories and Jewellery",  
            "description": "From international designers or local brands find the perfect Gift Card for the fashion obsessed, trendsetter or anyone who wants and deserves to update their wardrobe with staples, comfort looks or latest trends. Whether it be a new dress, shorts, skirts or shirts we have it covered. Or maybe this season’s staples for the warmer weather. New swimwear, hat, sandals or beach pack or outfit for a party. There’s something for everyone. Exciting gift ideas from your favourite fashion clothing brands you know and trust like The Iconic, Myer, Country Road, Seed, Witchery, Bonds, Lorna Jane, Angus and Coote, City Beach and Footlocker. Spoil them for their birthday, graduation, Christmas or just because. Whatever it may be, they can decide. Stylish clothing, up to date kicks, modern accessories and timeless jewellery, get gifting done right!",  
            "lastModificationTime": null  
        }  
    ],  
    "page": 1,  
    "itemCount": 5,  
    "totalCount": 21,  
    "hasNextPage": true,  
    "hasPrevPage": false  
}

Programs

A Program represents a specific gift card brand, like "Woolworths Supermarkets Gift Card" or "BIG W Gift Card." You can retrieve a list of all programs or filter by category to present a browsable range of gift cards to your customers.

The Get Programs API provides summary-level information on each brand. You can retrieve:

  • Details for all programs available to you.
  • Details for all programs within a specific category.
  • Details for a specific program.

All Programs

curl --location 'https://pt-api.wpay.com.au/gifting/gcc/client/api/v1/catalogue/programs' \
--header 'Content-Type: application/json' \
--header 'X-Correlation-Id: test-correlation-id' \
--header 'Authorization: Bearer <JWT token>'
{
    "items": [
        {
            "programId": "01b78c4f-fc5e-4523-b172-52de17b7d472",
            "name": "ASOS Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "ASOS is a global fashion destination for 20-somethings, selling all the freshest styles complemented by exclusive content, making ASOS.com the hub of a thriving fashion community and giving ASOS audiences the confidence to be whoever they want to be. ASOS sells over 85,000 branded and own-brand products across fashion, cosmetics and gifts. ASOS provide a unique multi-platform experience that truly resonates with people that use it, with over 19.2m active users across 200 markets."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>ASOS is a global fashion destination for 20-somethings, selling all the freshest styles complemented by exclusive content, making ASOS.com the hub of a thriving fashion community and giving ASOS audiences the confidence to be whoever they want to be. ASOS sells over 85,000 branded and own-brand products across fashion, cosmetics and gifts. ASOS provide a unique multi-platform experience that truly resonates with people that use it, with over 19.2m active users across 200 markets.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "ASOS is a global fashion destination for 20-somethings, selling all the freshest styles complemented by exclusive content, making ASOS.com the hub of a thriving fashion community and giving ASOS audiences the confidence to be whoever they want to be. ASOS sells over 85,000 branded and own-brand products across fashion, cosmetics and gifts. ASOS provide a unique multi-platform experience that truly resonates with people that use it, with over 19.2m active users across 200 markets."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "2017dbb4-4990-4662-958f-f9414d4e19a2",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2"
            ],
            "designs": [
                {
                    "name": "ASOS eGift Card",
                    "isHeroDesign": true,
                    "designId": "f40adb3c-d533-46ba-86f4-b7cf4a9a4f6e",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/2023.07.06-Gift-Card-Image-ASOS-1-1-.jpg?context=bWFzdGVyfHJvb3R8ODc4NTIxfGltYWdlL2pwZWd8YUdZNUwyaGlaaTh4TURJNE1ETTROVEExTWpjd01pOHlNREl6TGpBM0xqQTJJQzBnUjJsbWRDQkRZWEprSUVsdFlXZGxJQzBnUVZOUFV5QW9NU2tnS0RFcExtcHdad3wyYWZjNTUzOWEwNzMyYzVlMTQ4NjY3YzY5OGVmMzkzYjg1NGUwMDJlOGYxMjFlZjZjYmE2NDUwNTI2NmE5ZTBk"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "1f0f3608-1c87-43c0-ade9-cb4f97e6b553",
            "name": "Accor Hotels Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Welcomed at over 210 hotels, resorts and apartments across Australia, New Zealand and Fiji, the AccorHotels Gift Card can be used as payment towards accommodation and food and beverage charges when staying at one of our participating properties"
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Welcomed at over 210 hotels, resorts and apartments across Australia, New Zealand and Fiji, the AccorHotels Gift Card can be used as payment towards accommodation and food and beverage charges when staying at one of our participating properties</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Welcomed at over 210 hotels, resorts and apartments across Australia, New Zealand and Fiji, the AccorHotels Gift Card can be used as payment towards accommodation and food and beverage charges when staying at one of our participating properties"
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03"
            ],
            "designs": [
                {
                    "name": "Accor eGift Card",
                    "isHeroDesign": true,
                    "designId": "70880ef1-3c3f-49ec-9020-3c1d02bc6d94",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/Accor-Digital-Gift-Card-560x348-WW.png?context=bWFzdGVyfGltYWdlc3w3NjIzM3xpbWFnZS9wbmd8YURZMEwyaGlNQzh4TURVMU9UazVOemd6TnpNME1pOUJZMk52Y2w5RWFXZHBkR0ZzTFVkcFpuUXRRMkZ5WkNBdElEVTJNSGd6TkRnZ1YxY3VjRzVufGFmYzdlMTBlZGY3YmM5YTMxNmJlZDc0YmYwZWU4OWNjODRmNzA1ODdhZmYwODFjMmRjOTZiNzgzZmExY2U2NjM"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "bb0fa5fb-e82d-4a36-abdc-0510008b2f04",
            "name": "Adrenaline Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Adrenaline is Australia’s longest running and most recognised adventure experiences site. We’re all about bringing you the best experiences, from weekend adventures to incredible bucket list activities that you might only do once in a lifetime."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Adrenaline is Australia’s longest running and most recognised adventure experiences site. We’re all about bringing you the best experiences, from weekend adventures to incredible bucket list activities that you might only do once in a lifetime.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Adrenaline is Australia’s longest running and most recognised adventure experiences site. We’re all about bringing you the best experiences, from weekend adventures to incredible bucket list activities that you might only do once in a lifetime."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
                "2017dbb4-4990-4662-958f-f9414d4e19a2",
                "9b775c5f-b622-4baf-b2e5-c96fed777d12",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
                "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
            ],
            "designs": [
                {
                    "name": "Adrenaline eGift Card",
                    "isHeroDesign": true,
                    "designId": "ee2a2d63-f4f8-4352-87b4-624ba0574de5",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/6976-ADR-GiftCards-2917x1842-Skydive.jpg?context=bWFzdGVyfGltYWdlc3wxOTU1NDAwfGltYWdlL2pwZWd8YURrd0wyZzNNeTh4TURnek5UUTNPREk0TWpJM01DODJPVGMyWDBGRVVsOUhhV1owUTJGeVpITmZNamt4TjNneE9EUXlYMU5yZVdScGRtVXVhbkJufDVhODgzMTA3ZmFhNDM2MjEwMTExNDFkZDRjNWZmNDA3MTJhNTU1MDBkYzVhMmQ3ODQ5MDFiNzA3NmRiNTUyNWY"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE"
        },
        {
            "programId": "02d390d7-49f5-41fd-858c-b555917aa05c",
            "name": "Airbnb Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Amazing places to stay and things to do, all around the world."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Amazing places to stay and things to do, all around the world.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Amazing places to stay and things to do, all around the world."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03"
            ],
            "designs": [
                {
                    "name": "Airbnb eGift Card",
                    "isHeroDesign": true,
                    "designId": "0171ac21-1661-42f3-9520-9b260729eb74",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/airbnb-eGiftCard.jpg?context=bWFzdGVyfHJvb3R8MjIwMjZ8aW1hZ2UvanBlZ3xhR0kxTDJoa015ODVOemszTURJME5ERTFOemMwTDJGcGNtSnVZaTFsUjJsbWRFTmhjbVF1YW5Cbnw2Nzg3Y2UzMzdjOTJmNmY3NWJjMDcwNDJlNTYwYTk2OGFjMmU4NmJjMjFjMzg5OGRjNGQ1ZjU0ZDQyN2Y5YmMy"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "eb41146b-9203-403e-82c8-6d900c8bf5e4",
            "name": "Amart Furniture Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Furniture, Bedding, Outdoor & More. Super Savings Every Day. Shop Now! Super Prices. Shop Anytime. Categories: Lounges & Sofas, Bedroom Furniture, Kids Furniture, Outdoor Furniture, Office Furniture."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Furniture, Bedding, Outdoor &amp; More. Super Savings Every Day. Shop Now! Super Prices. Shop Anytime. Categories: Lounges &amp; Sofas, Bedroom Furniture, Kids Furniture, Outdoor Furniture, Office Furniture.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Furniture, Bedding, Outdoor & More. Super Savings Every Day. Shop Now! Super Prices. Shop Anytime. Categories: Lounges & Sofas, Bedroom Furniture, Kids Furniture, Outdoor Furniture, Office Furniture."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "9b775c5f-b622-4baf-b2e5-c96fed777d12",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03"
            ],
            "designs": [
                {
                    "name": "Amart eGift Card",
                    "isHeroDesign": true,
                    "designId": "c4c11966-ddba-486d-ba3a-451667bdba28",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/Amart-eGiftCard.png?context=bWFzdGVyfGltYWdlc3wxMzI4M3xpbWFnZS9wbmd8YURobEwyZzROeTh4TURBNE16QXlOamd5T1RNME1pOUJiV0Z5ZEMxbFIybG1kRU5oY21RdWNHNW58ZDE1NDdiODBhYTZlYTMwMjYxNTBlNGFjMGNkMzkxMmMyMThkNTZhNmM4ZGRjZTZkYzgxNDc0MjFlZTczODA4MA"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "3e3d89f6-42f6-43b7-98e5-d37d703ced4e",
            "name": "Anaconda Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "At Anaconda, we believe in Play More. Whether you’re pitching a tent under the stars or planning the ultimate winter escape, we have everything you need to get out there and Play More in our great outdoors. With something for every passion, skill-level, and season, making unforgettable memories outdoors has never been easier. So, what are you up to this weekend?"
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>At Anaconda, we believe in Play More. Whether you’re pitching a tent under the stars or planning the ultimate winter escape, we have everything you need to get out there and Play More in our great outdoors. With something for every passion, skill-level, and season, making unforgettable memories outdoors has never been easier. So, what are you up to this weekend?</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "At Anaconda, we believe in Play More. Whether you’re pitching a tent under the stars or planning the ultimate winter escape, we have everything you need to get out there and Play More in our great outdoors. With something for every passion, skill-level, and season, making unforgettable memories outdoors has never been easier. So, what are you up to this weekend?"
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336"
            ],
            "designs": [
                {
                    "name": "Anaconda eGift Card",
                    "isHeroDesign": true,
                    "designId": "e58fe834-56d9-4d8e-a95b-809a669caa8d",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/anaconda-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wyMzc3MXxpbWFnZS9qcGVnfGFEYzVMMmhrWVM4NU5qWTRPVEkyT1RrMk5URXdMMkZ1WVdOdmJtUmhMV1ZuYVdaMFkyRnlaQzVxY0djfDc5OTM0NzljMGQ4ODFlZTk1ODEyMWJiN2EwODIzYzg5NDU5NmYyM2ZmZDE4ZWQ4MGMxMDg3NDczZjExNGFjN2M"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "7548a98d-1ded-4927-b6a1-77fa9569e6ab",
            "name": "Angus & Coote Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Australia's industry leader in jewellery, watches and giftware. Offering a comprehensive range of stunning diamonds, coloured gems, gold and silver jewellery."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Australia's industry leader in jewellery, watches and giftware. Offering a comprehensive range of stunning diamonds, coloured gems, gold and silver jewellery.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Australia's industry leader in jewellery, watches and giftware. Offering a comprehensive range of stunning diamonds, coloured gems, gold and silver jewellery."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03"
            ],
            "designs": [
                {
                    "name": "Angus & Coote eGift",
                    "isHeroDesign": true,
                    "designId": "ee673010-a300-421d-8c42-7a39caa9e666",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/angus-coote-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wyMDA1NXxpbWFnZS9qcGVnfGFHTmpMMmhrTnk4NU5qWTRPVEkzTVRJM05UZ3lMMkZ1WjNWekxXTnZiM1JsTFdWbmFXWjBZMkZ5WkM1cWNHY3xkYTdjMGE2NDg0YzFkMmI5ZjUxNGVmYzYxMGIyMmFlMTExMzhiMjBmZDQ1Nzc5NTA1OGI0NDBhMGRkZDk3MmJl"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "23691348-fbe5-46a9-8fb9-d3627c1d314c",
            "name": "Apple Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Use Apple Gift Card to get products, accessories, apps, games, music, movies, TV shows and more. Spend it at any Apple Store location, in the App Store or on subscriptions like music, iCloud+ and more."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Use Apple Gift Card to get products, accessories, apps, games, music, movies, TV shows and more. Spend it at any Apple Store location, in the App Store or on subscriptions like music, iCloud+ and more.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Use Apple Gift Card to get products, accessories, apps, games, music, movies, TV shows and more. Spend it at any Apple Store location, in the App Store or on subscriptions like music, iCloud+ and more."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2"
            ],
            "designs": [
                {
                    "name": "Apple eGiftCard Hero",
                    "isHeroDesign": true,
                    "designId": "eb134b64-279f-4155-aa97-d8d5a9504533",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/Apple-eGiftCard-6.jpg?context=bWFzdGVyfGltYWdlc3w4OTkwMXxpbWFnZS9qcGVnfGFHVTJMMmhrTkM4NU9UQTVOakUxTWpZek56YzBMMEZ3Y0d4bExXVkhhV1owUTJGeVpDMDJMbXB3Wnd8MGQ4YzYzOTEwODU0YjNhODA2Yjc2ZmFjODk5NjE4NGMwYmRjNjI0ODJiYjI3NDkwMzQ4MmMwMTBjZDM1OTU5Mw"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "5c534a10-649d-4163-a5e4-93d1cf447477",
            "name": "BCF Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "BCF has an extensive product range covering everything you need, whether it is boating, camping or fishing. Our fishing products include thousands of lures, hundreds of rods & reels, tackle boxes, fishing nets and more. Whether you're an experienced camper or about to head off on your first camping experience, BCF has got you covered with plenty of tents, rope, pegs, cooking equipment, clothing and hiking gear. If it's boating equipment you need, there are all kinds of boating accessories, including fishing rod holders, bilge pumps, fishfinders, and plenty more."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>BCF has an extensive product range covering everything you need, whether it is boating, camping or fishing. Our fishing products include thousands of lures, hundreds of rods &amp; reels, tackle boxes, fishing nets and more. Whether you're an experienced camper or about to head off on your first camping experience, BCF has got you covered with plenty of tents, rope, pegs, cooking equipment, clothing and hiking gear. If it's boating equipment you need, there are all kinds of boating accessories, including fishing rod holders, bilge pumps, fishfinders, and plenty more.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "BCF has an extensive product range covering everything you need, whether it is boating, camping or fishing. Our fishing products include thousands of lures, hundreds of rods & reels, tackle boxes, fishing nets and more. Whether you're an experienced camper or about to head off on your first camping experience, BCF has got you covered with plenty of tents, rope, pegs, cooking equipment, clothing and hiking gear. If it's boating equipment you need, there are all kinds of boating accessories, including fishing rod holders, bilge pumps, fishfinders, and plenty more."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336"
            ],
            "designs": [
                {
                    "name": "BCF eGift Card",
                    "isHeroDesign": true,
                    "designId": "880ec365-9ed0-4b30-ba42-aa7562d9f794",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/2023.07.06-Gift-Card-Image-BCF.png?context=bWFzdGVyfGltYWdlc3wyNzc2NnxpbWFnZS9wbmd8YUdNeEwyaGlZUzh4TURVek5ERTROekV6T1RFd01pOHlNREl6TGpBM0xqQTJJQzBnUjJsbWRDQkRZWEprSUVsdFlXZGxJQzBnUWtOR0xuQnVad3xkMzRmMzY0YjU5ZTQ3ZTRlYjQzNzU4YmQzZTdmZjFiMzZhNTI4MzExZjQ3NmYzOGE2ODE4NGZlZjg1MjMyYTM4"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "0e6a58c2-38cb-41f0-8c38-ec02ce7e621e",
            "name": "BIG W Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "A great range of favourite brands A BIG W Gift Card will let them pick exactly what they want, whether it's the latest toys or games, something for the home, new release books, or even everyday essentials. Our value goes a long way, so they’re sure to come away with more. Shop your way because there’s no expiry date."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p><strong>A great range of favourite brands</strong><br />\r\nA BIG W Gift Card will let them pick exactly what they want, whether it's the latest toys or games, something for the home, new release books, or even everyday essentials. Our value goes a long way, so they’re sure to come away with more. Shop your way because there’s no expiry date.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Celebrations are made easy when you can choose from the latest toys, homewares or more. Redeemable in store & online and with no expiry."
                }
            ],
            "isThirdParty": false,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
                "2017dbb4-4990-4662-958f-f9414d4e19a2",
                "9b775c5f-b622-4baf-b2e5-c96fed777d12",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
                "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
            ],
            "designs": [
                {
                    "name": "BIG W eGift Card",
                    "isHeroDesign": true,
                    "designId": "92f658db-d9ba-4315-bcac-ccfa17efd76b",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/BIGW-GiftCard.jpg?context=bWFzdGVyfGltYWdlc3wxNjQyMXxpbWFnZS9qcGVnfGFEaGpMMmhoWlM4NU5qZzNOVEl6TXprek5UWTJMMEpKUjFjdFIybG1kRU5oY21RdWFuQm58OTdmZGI5OGYzMjVkMmVlY2U3NmM4NTg0Yzc0ZTE2MzhmOWJkYmY1NGJiN2VjNzYyZjRkZmRlOWE5MjQ3MjNjMA"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "f0b3306b-dcf3-4ff9-86be-a416e992be37",
            "name": "BWS Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Every day’s a special day at BWS Celebrate online or at over 1200 stores across Australia with great specials on an extensive range of beer, wine and spirits. Shop any time because there’s no expiry date."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p><strong>Every day’s a special day at BWS</strong><br />\r\nCelebrate online or at over 1200 stores across Australia with great specials on an extensive range of beer, wine and spirits. Shop any time because there’s no expiry date.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Shout them the next round of beer, wine & spirits. Shop the extensive range, online or instore at over 1200 locations."
                }
            ],
            "isThirdParty": false,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
                "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
            ],
            "designs": [
                {
                    "name": "BWS eGift Card",
                    "isHeroDesign": true,
                    "designId": "284e0bfe-cfc1-4c64-a4fe-745b28be0bb4",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/BWS-GiftCard.jpg?context=bWFzdGVyfGltYWdlc3w0NDg3MXxpbWFnZS9qcGVnfGFEVmtMMmcwT0M4NU5qZzNOVEkwTWpjNE16QXlMMEpYVXkxSGFXWjBRMkZ5WkM1cWNHY3w5NzQ1Nzk2Y2Q2YTU1YzA0MDBlM2I5YmExM2EyZTVmMTgxZGE5YmYzMWQ1OTMxYWViMTYwY2M4NjgzNWU1NWYw"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "b9df2a7e-7682-4179-bea6-b98a03e3a705",
            "name": "Barbeques Galore Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Barbeques Galore has a strong network of stores nationwide, with a range of quality products from bbqs, outdoor furniture, heating & bbq accessories."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Barbeques Galore has a strong network of stores nationwide, with a range of quality products from bbqs, outdoor furniture, heating &amp; bbq accessories.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Barbeques Galore has a strong network of stores nationwide, with a range of quality products from bbqs, outdoor furniture, heating & bbq accessories."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "9b775c5f-b622-4baf-b2e5-c96fed777d12",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03"
            ],
            "designs": [
                {
                    "name": "Barbeques Galore eGift Card",
                    "isHeroDesign": true,
                    "designId": "3e63f7fe-9dd8-4170-a688-9b242e32f0ce",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/bbq-galore-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wyNjI0MHxpbWFnZS9qcGVnfGFEQmhMMmhrTnk4NU5qWTRPVEkzTVRrek1URTRMMkppY1MxbllXeHZjbVV0WldkcFpuUmpZWEprTG1wd1p3fGE1MDNhYTdhZTdlNDhjN2VkMTBkOTQ3NDFjNGEwYWFhZjg2M2Y5MGFiNTQ0ODRlMmQ1YzczY2VhMjEzMjE4YmQ"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "f80a6278-401a-4ad5-b7d4-b8a967ce55d1",
            "name": "Bonds Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Pacific Brands Underwear Group, known under its core brand Bonds, was an Australian manufacturer and now a importer of men's, women's and children's underwear and clothing, and a subsidiary of Hanesbrands."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Pacific Brands Underwear Group, known under its core brand Bonds, was an Australian manufacturer and now a importer of men's, women's and children's underwear and clothing, and a subsidiary of Hanesbrands.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Pacific Brands Underwear Group, known under its core brand Bonds, was an Australian manufacturer and now a importer of men's, women's and children's underwear and clothing, and a subsidiary of Hanesbrands."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949"
            ],
            "designs": [
                {
                    "name": "Bonds eGift Card",
                    "isHeroDesign": true,
                    "designId": "e76d5ce0-6701-4e6f-91bb-275906a1355c",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/bonds-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wxMTcwN3xpbWFnZS9qcGVnfGFHRXlMMmhrTXk4NU5qWTRPVEkzTWpreE5ESXlMMkp2Ym1SekxXVm5hV1owWTJGeVpDNXFjR2N8MDVjNzFjYTVjNzAyNzk3ZjdiMDRlZDk0NmVmZjIyY2QyMjQ4YjVjMDgyN2FiNWIxOTk4NjJkNTQ4ODk5ZjI5Mg"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "016a2b73-ff48-4093-be03-fa40074d75f5",
            "name": "City Beach Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "300+ brands across surf, skate, street & fashion. Live it up with the latest styles from City Beach!"
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>300+ brands across surf, skate, street &amp; fashion. Live it up with the latest styles from City Beach!</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "300+ brands across surf, skate, street & fashion. Live it up with the latest styles from City Beach!"
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336"
            ],
            "designs": [
                {
                    "name": "City Beach eGift Card",
                    "isHeroDesign": true,
                    "designId": "fda1933d-e219-4dee-b8da-91c278ec2639",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/City-beach-eGiftCard.jpg?context=bWFzdGVyfGltYWdlc3wyNjUwMTB8aW1hZ2UvanBlZ3xhREJtTDJnMlppODVPVEE1TmpFMk1URTFOelF5TDBOcGRIa3RZbVZoWTJndFpVZHBablJEWVhKa0xtcHdad3xkN2ZlZjczNzQ4MGU0ODY1ODBjODc1ZDdjNWRhZGIxYWExNzlhZDM4ZTMzZDZjODdkNzgzYmY0YTFmMjRiN2Vi"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "fb2a5c4b-18ad-4c6f-b060-4b0102ceb20e",
            "name": "Country Road Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Country Road is a middle market clothing retailer with operations in Australia, New Zealand and South Africa. It is a subsidiary pf Woolworths Holdings Limited."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Country Road is a middle market clothing retailer with operations in Australia, New Zealand and South Africa. It is a subsidiary pf Woolworths Holdings Limited.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Country Road is a middle market clothing retailer with operations in Australia, New Zealand and South Africa. It is a subsidiary pf Woolworths Holdings Limited."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2"
            ],
            "designs": [
                {
                    "name": "Country Road eGift Card",
                    "isHeroDesign": true,
                    "designId": "0a9b7258-2520-4ef2-9a9e-21a3d8858d5e",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/country-road-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3w1MzUxfGltYWdlL2pwZWd8YUdFMUwyaGtNQzg1TmpZNE9USTNNelUyT1RVNEwyTnZkVzUwY25rdGNtOWhaQzFsWjJsbWRHTmhjbVF1YW5Cbnw5MTg1NTQxODBiNTk1MjJmMjFiZDUzZThhMWExOGFlYTkwMDRkYzk1YTgxZDNiNGI2YjA2Y2Q3ZWQ0ODYyZTgz"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "8b51f4c5-0852-4500-84d1-fa08562f8c03",
            "name": "Dan Murphy's Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "There’s always more to discover at Dan Murphy’s Discover a new drop or enjoy your usual favourites with the widest selection of beer, wine and spirits online or in store with a Lowest Price Guarantee. Shop when you want because there’s no expiry date."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p><strong>There’s always more to discover at Dan Murphy’s</strong><br />\r\nDiscover a new drop or enjoy your usual favourites with the widest selection of beer, wine and spirits online or in store with a Lowest Price Guarantee. Shop when you want because there’s no expiry date.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Let them discover a new drop to enjoy on you! There's beer, liquors, wine, spirits and more. Plus, no expiry to shop when and how they want."
                }
            ],
            "isThirdParty": false,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
                "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "30e71be4-1c7e-4429-a21d-306686701949",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2",
                "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
                "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
            ],
            "designs": [
                {
                    "name": "Dan Murphy's eGift Card",
                    "isHeroDesign": true,
                    "designId": "e72adfdb-46ba-4654-b068-4428c35116d1",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/Dan-Murphys-Gift-Card-2024.png?context=bWFzdGVyfGltYWdlc3wxNDU0MzJ8aW1hZ2UvcG5nfGFEVTVMMmc0TXk4eE1EVXhPVGN5T1Rnek1UazJOaTlFWVc0Z1RYVnljR2g1Y3lCSGFXWjBJRU5oY21RZ01qQXlOQzV3Ym1jfDZkZDNiYmJlNWI4NjlhMjBhMDk4Y2U5N2JiMTI4ZTc0NTY3YzI1NDE1ZDk2ODE4ZmE0NGE2ZmU1MTBhMjk0MWE"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "1bf0d56f-eac7-4bcb-9478-e9d42e6e43fd",
            "name": "Drummond Golf Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "Drummond Golf is Australia’s biggest golf retailer. For over 35 years Drummond Golf has been providing the world's leading golf brands at competitive prices to golfers of all levels and ages."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>Drummond Golf is Australia’s biggest golf retailer. For over 35 years Drummond Golf has been providing the world's leading golf brands at competitive prices to golfers of all levels and ages.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Drummond Golf is Australia’s biggest golf retailer. For over 35 years Drummond Golf has been providing the world's leading golf brands at competitive prices to golfers of all levels and ages."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336"
            ],
            "designs": [
                {
                    "name": "Drummond Golf eGift Card",
                    "isHeroDesign": true,
                    "designId": "815985d3-5971-4401-aa8f-e04f0fab2df7",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/DG-Gift-Card-Green.jpg?context=bWFzdGVyfGltYWdlc3w3MTk1Njh8aW1hZ2UvanBlZ3xhREF5TDJnek5TOHhNREkzTWpNMk1EWXlPREkxTkM5RVJ5QkhhV1owSUVOaGNtUmZSM0psWlc0dWFuQm58N2I5MGE0YzQ0OTc4NDQzYzE0YjAyZjMzZjRiMTFjM2IyYTc0MWU3ODE0YTQ4ZWNiMTY1ODRkMDMxNWUxNzI1ZA"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "283a0fb5-b136-4b1d-9dbc-cd259236eb69",
            "name": "Dymocks Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "With over 75 stores in Australia & Hong Kong and over 10 million books sold last year. Dymocks is the leading bookseller in the Asia Pacific region."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>With over 75 stores in Australia &amp; Hong Kong and over 10 million books sold last year. Dymocks is the leading bookseller in the Asia Pacific region.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "With over 75 stores in Australia & Hong Kong and over 10 million books sold last year. Dymocks is the leading bookseller in the Asia Pacific region."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "35504dc9-3572-44ef-9bcb-828f78a82bea",
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "9566e717-67b4-44b7-a375-d9ef116b814b",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "7387ca4d-238f-4390-a40a-a42bf8b829e2"
            ],
            "designs": [
                {
                    "name": "Dymocks eGift Card",
                    "isHeroDesign": true,
                    "designId": "93974f2c-fe0c-400a-89ec-e6e5a28d4bd1",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/dymocks-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wxNzgyOXxpbWFnZS9qcGVnfGFEa3pMMmhqWkM4NU5qWTRPVEkzTkRJeU5EazBMMlI1Ylc5amEzTXRaV2RwWm5SallYSmtMbXB3Wnd8ZmU1M2U3ZjFmOWRmY2E4YjMzMDE4Y2RiNGUwYTcwNTMyZjQ5NDI5OGNlNDExOWM5NWMzN2E4NTA1NGRjYWI4Mg"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "64016803-c10e-4c01-9fcc-573ff96ee190",
            "name": "EB Games Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "EB Games is Australia’s largest video game retailer with 377 stores. They sell new & preowned game software, hardware & accessories plus merchandise."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p>EB Games is Australia’s largest video game retailer with 377 stores. They sell new &amp; preowned game software, hardware &amp; accessories plus merchandise.</p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "EB Games is Australia’s largest video game retailer with 377 stores. They sell new & preowned game software, hardware & accessories plus merchandise."
                }
            ],
            "isThirdParty": true,
            "categoryIds": [
                "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
                "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336"
            ],
            "designs": [
                {
                    "name": "EB Games eGift Card",
                    "isHeroDesign": true,
                    "designId": "d5c105dc-15b1-47d3-bf17-7eec600fe4a2",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/eb-games-egiftcard.jpg?context=bWFzdGVyfGltYWdlc3wxMTQ4MHxpbWFnZS9qcGVnfGFETmpMMmhqWkM4NU5qWTRPVEkzTkRVMU1qWXlMMlZpTFdkaGJXVnpMV1ZuYVdaMFkyRnlaQzVxY0djfDE5ZDJlYjA0ZmJhMTliYjRhZGE0MjU3OTk0NTM3Nzc5ZTc0ZGE4MzFlMGE4ZmY4ZGY3OWFjNzAwNDc2MTgyODA"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "ONLINE_AND_INSTORE"
        },
        {
            "programId": "2faf7dfd-20f5-439b-bad7-2caf4169701f",
            "name": "EG Gift Card",
            "descriptions": [
                {
                    "descriptionType": "DEFAULT",
                    "text": "There’s an EG Ampol fuel site near you when you need it With more than 500 EG Ampol (operated by EG Australia) service stations across Australia, we’re your one stop for food, coffee and fuel on the go! Available as an eGift Card only with no expiry date. Not redeemable at Ampol."
                },
                {
                    "descriptionType": "WEB",
                    "text": "<p><strong>There’s an EG Ampol fuel site near you when you need it</strong><br />\r\nWith more than 500 EG Ampol (operated by EG Australia) service stations across Australia, we’re your one stop for food, coffee and fuel on the go! Available as an eGift Card only with no expiry date.<br />\r\n<strong>Not redeemable at Ampol.</strong></p>"
                },
                {
                    "descriptionType": "MOBILE",
                    "text": "Filling up on fuel, essential items or meals on the go has never been easier with a EG eGift Card, it's the gift that won't tank."
                }
            ],
            "isThirdParty": false,
            "categoryIds": [
                "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",
                "782c8470-cedb-4bb1-b620-3150df34afa0",
                "b36ececc-2080-4e8a-ae21-a1259d80d24c",
                "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
                "0b53ac2e-c202-4941-a53d-aca213122686",
                "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
                "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
            ],
            "designs": [
                {
                    "name": "EG eGift Card",
                    "isHeroDesign": true,
                    "designId": "3d55b3fa-027a-4302-a20d-119a530b09b1",
                    "assets": {
                        "images": [
                            {
                                "imageType": "DEFAULT",
                                "location": "https://giftcards.woolworths.com.au/medias/EG-Gift-Card.jpg?context=bWFzdGVyfGltYWdlc3w1MzQ3NnxpbWFnZS9qcGVnfGFHWmxMMmhqT0M4eE1EVTROakV3TXpNME9USTNPQzlGUnlCSGFXWjBJRU5oY21RdWFuQm58MGI4OGEwYTcxNDM1ZDRiM2IwZDRhMmY1MTQwODBlNmUxNzYyYmZlOGNlZmM2YTUyM2VjODA1YTExYTA2ODU1MA"
                            }
                        ]
                    },
                    "status": "ACTIVE"
                }
            ],
            "lastModificationTime": null,
            "redemptionChannel": "INSTORE"
        }
    ],
    "page": 1,
    "itemCount": 20,
    "totalCount": 89,
    "hasNextPage": true,
    "hasPrevPage": false
}

Programs under a Specific Category

curl --location 'https://pt-api.wpay.com.au/gifting/gcc/client/api/v1/catalogue/programs?CategoryId=35504dc9-3572-44ef-9bcb-828f78a82bea' \
--header 'Content-Type: application/json' \
--header 'X-Correlation-Id: test-correlation-id' \
--header 'Authorization: Bearer <JWT token>'
{
    "programId": "9532f9a0-3a79-4e51-8edf-05fe05589461",
    "name": "Everyday WISH Gift Card",
    "descriptions": [
        {
            "descriptionType": "DEFAULT",
            "text": "Give the ultimate gift of choice The perfect gift for anyone who enjoys shopping at a wide range of stores such as The Everyday Rewards Shop in the EDR app, Woolworths Supermarkets, BIG W, BWS, Dan Murphy's and participating EG Ampol fuel sites. Shop any time because there’s no expiry date."
        },
        {
            "descriptionType": "WEB",
            "text": "<p><strong>Give the ultimate gift of choice</strong><br />\r\nThe perfect gift for anyone who enjoys shopping at a wide range of stores such as The Everyday Rewards Shop in the EDR app, Woolworths Supermarkets, BIG W, BWS, Dan Murphy's and participating EG Ampol fuel sites. Shop any time because there’s no expiry date.</p>"
        },
        {
            "descriptionType": "MOBILE",
            "text": "The perfect gift for anyone who enjoys shopping from a wide range of stores. Best of all, there's no expiry."
        }
    ],
    "isThirdParty": false,
    "categoryIds": [
        "35504dc9-3572-44ef-9bcb-828f78a82bea",
        "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
        "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",
        "782c8470-cedb-4bb1-b620-3150df34afa0",
        "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
        "9566e717-67b4-44b7-a375-d9ef116b814b",
        "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
        "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
        "b36ececc-2080-4e8a-ae21-a1259d80d24c",
        "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
        "2017dbb4-4990-4662-958f-f9414d4e19a2",
        "9b775c5f-b622-4baf-b2e5-c96fed777d12",
        "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
        "0b53ac2e-c202-4941-a53d-aca213122686",
        "30e71be4-1c7e-4429-a21d-306686701949",
        "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
        "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
        "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
        "7387ca4d-238f-4390-a40a-a42bf8b829e2",
        "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
        "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
    ],
    "designs": [
        {
            "name": "Everyday Wish Stars",
            "isHeroDesign": true,
            "designId": "b1e11d6b-bf83-4e8e-8211-6011c0faa4f1",
            "assets": {
                "images": [
                    {
                        "imageType": "DEFAULT",
                        "location": "https://giftcards.woolworths.com.au/medias/Everyday-WISH-Stars.png?context=bWFzdGVyfHJvb3R8NDEzNzUyfGltYWdlL3BuZ3xhR0l4TDJnMVpDOHhNRFF3TWpjME1qZ3lPVEE0Tmk5RmRtVnllV1JoZVNCWFNWTklJRk4wWVhKekxuQnVad3wxZTgxN2RiZDE3MWE0ZDI4NTBhZjNjMDQ0Zjc2Mjk1YTQ4YmM5Yjk3N2U5ZmNhZWIzMTM2OGMxNzU2MTkwZDZm"
                    }
                ]
            },
            "status": "ACTIVE"
        }
    ],
    "lastModificationTime": null,
    "redemptionChannel": "ONLINE_AND_INSTORE"
}

Specific Program Details

curl --location 'https://pt-api.wpay.com.au/gifting/gcc/client/api/v1/catalogue/programs/<programId>' \
--header 'Content-Type: application/json' \
--header 'X-Correlation-Id: test-correlation-id' \
--header 'Authorization: Bearer <JWT token>'
{
    "programId": "9532f9a0-3a79-4e51-8edf-05fe05589461",
    "name": "Everyday WISH Gift Card",
    "descriptions": [
        {
            "descriptionType": "DEFAULT",
            "text": "Give the ultimate gift of choice The perfect gift for anyone who enjoys shopping at a wide range of stores such as The Everyday Rewards Shop in the EDR app, Woolworths Supermarkets, BIG W, BWS, Dan Murphy's and participating EG Ampol fuel sites. Shop any time because there’s no expiry date."
        },
        {
            "descriptionType": "WEB",
            "text": "<p><strong>Give the ultimate gift of choice</strong><br />\r\nThe perfect gift for anyone who enjoys shopping at a wide range of stores such as The Everyday Rewards Shop in the EDR app, Woolworths Supermarkets, BIG W, BWS, Dan Murphy's and participating EG Ampol fuel sites. Shop any time because there’s no expiry date.</p>"
        },
        {
            "descriptionType": "MOBILE",
            "text": "The perfect gift for anyone who enjoys shopping from a wide range of stores. Best of all, there's no expiry."
        }
    ],
    "isThirdParty": false,
    "categoryIds": [
        "35504dc9-3572-44ef-9bcb-828f78a82bea",
        "dcc2df18-4d11-4663-af4a-687a9d12bcfe",
        "7c52e627-361e-45ee-9cf5-0fb5dc7be94b",
        "782c8470-cedb-4bb1-b620-3150df34afa0",
        "bb72a5ea-31f6-4f3c-8dd6-f7b80d494550",
        "9566e717-67b4-44b7-a375-d9ef116b814b",
        "78fb4cf2-83d5-4f89-bc33-86c5d10cdd9e",
        "5d8e10f3-3467-4c31-9ab1-9a146718eef6",
        "b36ececc-2080-4e8a-ae21-a1259d80d24c",
        "b439f16c-c7c0-4fee-b818-9f9fad30bd4c",
        "2017dbb4-4990-4662-958f-f9414d4e19a2",
        "9b775c5f-b622-4baf-b2e5-c96fed777d12",
        "1d1f4c73-1c11-4aff-a76d-abba7b17f804",
        "0b53ac2e-c202-4941-a53d-aca213122686",
        "30e71be4-1c7e-4429-a21d-306686701949",
        "a64d0e05-0bec-454c-b9e3-bb7cd1a9a831",
        "a99d8a6b-8c82-403c-a0d4-99144c0eb336",
        "611850f5-aea8-451a-8d67-b34fc6f1bfa9",
        "7387ca4d-238f-4390-a40a-a42bf8b829e2",
        "62dfc01e-1b36-40a1-bbeb-68ab50643a03",
        "e36fbeb9-20ef-4f7d-b669-0692c3dd2052"
    ],
    "designs": [
        {
            "name": "Everyday Wish Stars",
            "isHeroDesign": true,
            "designId": "b1e11d6b-bf83-4e8e-8211-6011c0faa4f1",
            "assets": {
                "images": [
                    {
                        "imageType": "DEFAULT",
                        "location": "https://giftcards.woolworths.com.au/medias/Everyday-WISH-Stars.png?context=bWFzdGVyfHJvb3R8NDEzNzUyfGltYWdlL3BuZ3xhR0l4TDJnMVpDOHhNRFF3TWpjME1qZ3lPVEE0Tmk5RmRtVnllV1JoZVNCWFNWTklJRk4wWVhKekxuQnVad3wxZTgxN2RiZDE3MWE0ZDI4NTBhZjNjMDQ0Zjc2Mjk1YTQ4YmM5Yjk3N2U5ZmNhZWIzMTM2OGMxNzU2MTkwZDZm"
                    }
                ]
            },
            "status": "ACTIVE"
        }
    ],
    "lastModificationTime": null,
    "redemptionChannel": "ONLINE_AND_INSTORE"
}

Products

A Product is the specific, redeemable gift card that a customer receives. The Get Products API provides detailed information for each product, which you can use to power your own product detail pages.

You can retrieve a product in several ways:

  • Details for all products available to you.
  • Details for all products belonging to a specific Program.
  • Details for a specific product.
curl -X 'GET' \
  'https://pt-api.wpay.com.au/gifting/gcc/client/api/v1/catalogue/products?ProgramId=04aa342e-3682-f81b-9557-3a0e295ca1c0&ProductStatus=ACTIVE&PageSize=20&Page=1' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <JWT token>'
{
  "items": [
    {
      "productId": "04aa342e-3682-f81b-9557-3a0e295ca1c0",
      "brand": "Ikea",
      "productType": "GIFTCARD",
      "productStatus": "ACTIVE",
      "descriptions": [
        {
          "descriptionType": "DEFAULT",
          "text": "Sample Description"
        }
      ],
      "programId": "04aa342e-3682-f81b-9557-3a0e295ca1c0",
      "sendAsGift": false,
      "name": "Everyday Wish eGift Card",
      "designs": [
        {
          "isHeroDesign": true,
          "designId": "WOWDESIGN10212",
          "name": "Everyday Wish Ribbon",
          "assets": {
            "images": [
              {
                "imageType": "WEB",
                "location": "https://images.woolworths.com/images?id=9845185475"
              }
            ]
          }
        }
      ],
      "validityInYears": 3,
      "termsAndConditions": {
        "instructions": [
          {
            "descriptionType": "DEFAULT",
            "text": "Sample Description"
          }
        ]
      },
      "swapInfo": {
        "swapProducts": [
          {
            "name": "Netflix",
            "description": {
              "descriptionType": "DEFAULT",
              "text": "Sample Description"
            },
            "assets": {
              "images": [
                {
                  "imageType": "WEB",
                  "location": "https://images.woolworths.com/images?id=9845185475"
                }
              ]
            },
            "programId": "04aa342e-3682-f81b-9557-3a0e295ca1c0",
            "minExchangePrice": 10.95,
            "maxExchangePrice": 100,
            "productId": "04aa342e-3682-f81b-9557-3a0e295ca1c0"
          }
        ]
      },
      "redemptionInfo": {
        "redemptionStores": [
          "WOOLWORTHS_SUPERMARKETS"
        ],
        "redemptionInstructions": [
          {
            "contentId": "string",
            "instructions": [
              {
                "label": "The easy way to shop",
                "value": "Redeem your Gift Card online or in store at Woolworths, Dan Murphy’s, BWS, BIG W as well as EG Ampol fuel sites"
              }
            ]
          }
        ],
        "redemptionExclusions": [
          "LOTTERY_PRODUCTS"
        ],
        "allowedRedemptionMethods": [
          "ACTIVATIONURL"
        ],
        "redemptionChannel": "ONLINE_AND_INSTORE"
      },
      "activationInfo": {
        "activationUrl": "string"
      },
      "fulfillmentInfo": {
        "deliveryInfo": {
          "deliveryMode": "DIGITAL",
          "digitalDeliveryMode": "EMAIL",
          "physicalDeliveryMode": "AUSPOST"
        },
        "barcodeType": "CODE128"
      },
      "denomination": {
        "denominationType": "VARIABLE",
        "minimum": 10.95,
        "maximum": 500,
        "values": [
          10.95,
          20,
          50,
          100,
          200,
          250,
          300,
          450,
          500
        ]
      },
      "lastModificationTime": "2023-10-22T14:58:35.616Z"
    }
  ],
  "page": 1,
  "itemCount": 1,
  "totalCount": 1,
  "hasNextPage": false,
  "hasPrevPage": false
}