How to view gift cards available in your country on Reloadly

Raphael Ugwu

Raphael Ugwu

2 min

When purchasing gift cards, it’s important to know if the gift card you are purchasing is eligible for use in your country. In this guide, you will learn how to view only gift cards that can be used in your country. This guide is broken down into the following steps:

  • Getting your access token
  • Getting the gift cards available in your country

You can get your access token by following the steps in this quickstart.

Getting the gift cards available in your country

Suppose you are located in the United Arab Emirates (UAE) and you want to identify the gift cards that can be used in your country. With the UAE’s two letter ISO code, you can make a request via the GiftCard API to fetch every gift card eligible for use in the UAE. The cURL code sample below shows you how to achieve this

curl -i -X GET \
  https://giftcards-sandbox.reloadly.com/countries/AE/products \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

If successful, you should receive a JSON response containing eligible gift cards for use in the UAE.

[
  {
    "productId": 9,
    "productName": "Amazon UAE",
    "global": false,
    "senderFee": 285,
    "discountPercentage": 1.2,
    "denominationType": "FIXED",
    "recipientCurrencyCode": "AED",
    "minRecipientDenomination": null,
    "maxRecipientDenomination": null,
    "senderCurrencyCode": "NGN",
    "minSenderDenomination": null,
    "maxSenderDenomination": null,
    "fixedRecipientDenominations": [],
    "fixedSenderDenominations": [],
    "fixedRecipientToSenderDenominationsMap": {},
    "logoUrls": [],
    "brand": {},
    "country": {},
    "redeemInstruction": {}
  },
  {
    "productId": 24,
    "productName": "App Store & iTunes UAE",
    "global": false,
    "senderFee": 285,
    "discountPercentage": 0,
    "denominationType": "FIXED",
    "recipientCurrencyCode": "AED",
    "minRecipientDenomination": null,
    "maxRecipientDenomination": null,
    "senderCurrencyCode": "NGN",
    "minSenderDenomination": null,
    "maxSenderDenomination": null,
    "fixedRecipientDenominations": [],
    "fixedSenderDenominations": [],
    "fixedRecipientToSenderDenominationsMap": {},
    "logoUrls": [],
    "brand": {},
    "country": {},
    "redeemInstruction": {}
  },
  {
    "productId": 3167,
    "productName": "Free Fire 100 + 10 Diamond AE",
    "global": false,
    "senderFee": 285,
    "discountPercentage": 2.9,
    "denominationType": "FIXED",
    "recipientCurrencyCode": "USD",
    "minRecipientDenomination": null,
    "maxRecipientDenomination": null,
    "senderCurrencyCode": "NGN",
    "minSenderDenomination": null,
    "maxSenderDenomination": null,
    "fixedRecipientDenominations": [],
    "fixedSenderDenominations": [],
    "fixedRecipientToSenderDenominationsMap": {},
    "logoUrls": [],
    "brand": {},
    "country": {},
    "redeemInstruction": {}
  }
]

Resources

Reloadly Gift Cards API

Reloadly Developer Documentation

This might also interest you:

3 min
Gift cards have revolutionized the way we shop, reward, and engage customers. This article explores the key differences between open-loop and closed-loop gift cards—how open-loop cards offer universal flexibility while closed-loop cards drive brand loyalty. Understanding these distinctions can help businesses and consumers make smarter choices in the evolving digital payments landscape.
4 min
Building a startup is an all-consuming journey—one that requires deep financial knowledge, resilience in fundraising, empathy in leadership, strong sales skills, and a keen eye for hiring. Looking back, there are five things I wish I had known before launching my first company. From understanding cash flow and investor expectations to mastering the art of sales and team-building, these lessons could have saved me time, money, and stress. The early days demand total commitment, often at the cost of work-life balance, but that obsession is what it takes to succeed. If you're embarking on your own founder journey, these insights might just help you navigate the challenges ahead.

Content by developers to developers.

Subscribe to The Monthly Reload for Developers and start receiving all the developers’ updates.

The Monthly Reload: the newsletter for you

Subscribe to our Newsletter and don’t miss any news about our industry and products.

It’s time to build, make your first API call today