---
name: applestore.x402.fi
description: applestore.x402.fi is a single-purpose merchant host that sells $100 App Store / iTunes gift cards for exactly 100 USDC on Solana mainnet. Payment is settled on-chain within a 5-minute window, and a gift card redemption code is returned upon success.
host: applestore.x402.fi
---

# applestore.x402.fi

This host serves agents that need to programmatically acquire a $100 App Store or iTunes gift card using USDC on Solana. It offers one fixed product at one fixed price with no configurability — the agent must be able to authorize an exact 100 USDC payment to the specified Solana address. It is not a general gift card marketplace and does not support other denominations, other Apple products, or other retailers.

## When to use this host

Use this host when an agent needs to purchase specifically a $100 App Store or iTunes gift card and can authorize an exact 100 USDC on-chain payment on Solana mainnet. Do not use it for any other denomination (e.g., $25, $50, $200) — a different denomination-specific endpoint would be required. Do not use it for non-Apple storefronts such as Google Play, Amazon, or Steam. Do not use it if the payment amount is variable or approximate; this endpoint enforces an exact 100 USDC requirement with no tolerance.

## Capabilities

### Gift Card Purchase

Accepts an exact 100 USDC payment on Solana mainnet and returns a $100 App Store / iTunes gift card redemption code.

- **`buy-app-store-100-gift-card`** — Purchases a $100 App Store / iTunes gift card via an exact USDC payment on Solana mainnet, settling within a 5-minute timeout window.

## Skill reference

### `buy-app-store-100-gift-card`

**Buy App Store $100 Gift Card** — Purchases a $100 App Store / iTunes gift card via an exact USDC payment on Solana mainnet, settling within a 5-minute timeout window.

*Use when:* Use when an agent needs to programmatically purchase a $100 App Store or iTunes gift card and can authorize an exact 100 USDC payment on Solana mainnet (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp).

*Not for:* Do not use for other gift card denominations or non-Apple storefronts; use the appropriate denomination or retailer endpoint instead. Not suitable for approximate or variable payment amounts — this endpoint requires an exact 100 USDC payment.

**Inputs:**

- `x402-payment` (string, required) — x402 payment header containing the signed Solana USDC transaction for exactly 100000000 atomic USDC (100 USDC) sent to payTo address Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx. Must be settled within 300 seconds.

**Returns:** Returns a redeemable $100 App Store / iTunes gift card code after confirming the exact 100 USDC Solana payment.

**Example:** `POST https://applestore.x402.fi/store/buy/app-store-itunes-100
Content-Type: application/json
x402-payment: <base64-encoded-signed-solana-usdc-transaction>`

---
