Gift cards by country: Mongolia, Korea, India, and everywhere else via AI
Amazon US and Xbox US gift cards are easy. Cross-border gift cards are hard because most brands are region-locked to the recipient's account region — a US Xbox card doesn't work on a UK Xbox account. cartapi surfaces the live per-country catalog via list_gift_card_brands — ask an agent "what gift card brands can I send to [country]?" and get the current answer. Cheat sheet below for the underserved cases: Mongolia, Korea, India (Flipkart), Nigeria, Philippines, and more.
If your recipient's country isn't the US, EU, UK, or Australia, gift-card shopping gets weird fast. The Amazon.com card you were about to buy for your friend in Seoul is useless — Amazon.com is a US storefront. What actually works depends on the brand and the recipient's account country, not your location.
Here's the map.
The one rule to remember
Match the gift card's country to the recipient's account country. Not to their physical location. Not to your location. To the country their Amazon / Xbox / PlayStation / iTunes / Google Play account is registered in.
A US Xbox card on a UK Xbox account = error. A UK Amazon card on Amazon.co.uk = works. A Google Play US card on a Google Play India account = error. Cartapi enforces this at checkout — you'll be shown the SKU country before you pay.
The 60-second agent flow
claude mcp add --transport http cartapi https://mcp.cartapi.io/mcp
using cartapi, what gift card brands can I send to Mongolia?
Agent calls list_gift_card_brands(country="MN") and reads the current catalog. Follow up:
get me a $25 Steam Wallet code for Mongolia, email to [email protected].
Stripe URL back, click, pay, code emailed.
Cheat sheet: what's easy per country
India
Flipkart Gift Card (₹100–₹10,000) is the local heavyweight — most Indian recipients prefer it over Amazon India for daily shopping. Also strong: Amazon.in gift cards, Google Play India, Uber India credits. Ask the agent for INR-denominated SKUs. Redemption is via the Flipkart app or web, entered as a payment method at checkout.
Korea
Underserved by international aggregators. Local staples in the Reloadly catalog include CGV (movie tickets), Baskin-Robbins Korea, Starbucks Korea. For younger recipients: Google Play Korea, Apple/iTunes Korea. Kakao-adjacent services (KakaoTalk emoticons, Kakao Gift) mostly aren't available cross-border — those need a Korean payment method.
Mongolia
Very thin local catalog. Globally-redeemable brands are the practical answer: Steam Wallet, Google Play (subject to account region), Amazon.com if the recipient has any US-linked Amazon usage. giftcardmongolia.com is the local aggregator if you need Mongolian-specific SKUs.
Nigeria
One of Reloadly's strongest markets. Amazon.com, iTunes, Google Play, Steam Wallet all work for tech-savvy recipients. Local retailers less represented — Konga is the Nigerian equivalent of Flipkart but its gift card is intermittent in the wholesale catalog. Cardtonic and Nosh are the domestic gift-card platforms.
Philippines
Steam, Google Play PH, Apple/iTunes PH, GCash credits (huge — de-facto national wallet), and Shopee/Lazada vouchers when in stock. Match the SKU country to the recipient's Google/Apple ID region.
Mexico
Amazon.com.mx, Google Play Mexico, Apple/iTunes Mexico, Xbox Mexico, PlayStation Mexico. OXXO cash cards are technically gift cards but are physical and not available via international aggregators.
Turkey
Steam Turkey (historically cheaper regional Steam prices, though Valve has been closing this gap), Google Play Turkey, PlayStation Turkey, Xbox Turkey. Turkish Amazon has limited gift-card support.
Brazil
PlayStation Brazil, Xbox Brazil, Google Play Brazil, Uber Brazil credits. Nubank-linked gift experiences exist but aren't in international aggregator catalogs.
Indonesia
Google Play Indonesia, GoPay top-ups (via specialized providers), Steam Wallet, PlayStation Indonesia. Tokopedia vouchers intermittent.
South Africa
Amazon US / Amazon UK (whichever account the recipient uses), Google Play ZA, Xbox South Africa, Netflix ZA. Local: Takealot vouchers intermittent.
Japan
Amazon.co.jp gift cards (Japanese-specific), Google Play Japan, Apple/iTunes Japan, PlayStation Japan (huge regional catalog including titles not on US PSN). Nintendo eShop Japan is the go-to for import gamers.
Anywhere else
Ask the agent. cartapi's list_gift_card_countries returns the live country list; list_gift_card_brands(country=XX) lists the SKUs. Coverage updates as Reloadly's catalog changes — don't rely on a static list.
Which brands are truly global
| Brand | How global | Caveat |
|---|---|---|
| Steam Wallet | Very — one wallet, spendable on any Steam purchase | Region-locked to the account's Steam region for pricing; wallet fungible |
| Amazon | Per-country locales (US, UK, DE, JP, IN, etc.) | Card must match locale; no global Amazon card |
| Google Play | Per-country | Card must match Google Play region on the recipient's account |
| Apple / iTunes | Per-country | Card must match App Store region |
| Xbox / PSN / Nintendo | Per-country | Console-account region determines redemption |
| Netflix | Per-country (where sold as card) | Not sold as gift card in every market |
| Uber / Airbnb | Where the service operates | Currency-locked |
"Global gift card" as a concept mostly doesn't exist. What exists is per-country brand SKUs across a global catalog. cartapi's job is normalizing that so an agent can figure out "what can I send to a person in country X" without you memorizing the matrix.
The refund rule
If a code was never redeemed, cartapi's request_refund triggers Reloadly's un-redeemed check and returns the money via Stripe. If the code was already applied to the recipient's account, it's spent-equivalent and not refundable. This is universal — Walmart, Amazon, and every other gift-card retailer applies the same rule.
The most common refund scenario is bought the wrong region. Catch it before redemption and it's clean.
Prompts that work
using cartapi, list gift card brands available for India
using cartapi, ₹1000 Flipkart gift card, email to [email protected]
using cartapi, what can I send someone in Mongolia?
using cartapi, $30 Steam Wallet code for Turkey
using cartapi, PSN gift card for Japan, ¥5000, email to [email protected]
Frequently asked questions
Can I send a gift card to Mongolia?
Yes for globally-redeemable brands (Steam Wallet, Amazon.com with US-linked account, Google Play with the right region). Mongolia-specific store credit is limited. Ask the agent for the current catalog.
How does a gift card work in Flipkart?
Flipkart Gift Cards are 16-digit codes with PIN, denominations ₹100–₹10,000, redeemed as a payment method at Flipkart checkout. cartapi carries Flipkart SKUs via Reloadly.
Can I buy a Korean gift card from another country?
Yes for many brands. Local: CGV, Baskin-Robbins, Starbucks Korea. Global on Korean accounts: Google Play Korea, Apple/iTunes Korea, PSN Korea. Kakao services mostly need a Korean payment method — not available cross-border.
Which brands work internationally?
Steam Wallet is the most global (one wallet, global redemption). Amazon, Google Play, Apple, Xbox, PSN, Nintendo are per-country — the card's country must match the recipient's account region.
What if I buy the wrong country?
Trigger request_refund before the recipient redeems. If redeemed, not refundable. Same rule everywhere.